-
1)
libpropc++ (for C++) 1.0
Template library for properties in C++ (used like 'widget.color = "red";). In class Widget use: prop::Property<Widget, Color, &Widget::set_color, &Widget::get_color> color; Binding properties to auto-synchronize their values.
|